BITMAP EXIST

This command will return a one if the specified bitmap exists, otherwise zero is returned.

  Syntax
Return Integer=BITMAP EXIST(Bitmap Number)
Return Integer=BITMAP EXIST()
  Parameters
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.

  Returns

The value returned is one if the specified bitmap exists, otherwise zero

  Description

The parameter should be specified using an integer value.

  Example Code
PRINT BITMAP EXIST(1)
WAIT KEY
  See also

BITMAP Commands Menu
Index